home *** CD-ROM | disk | FTP | other *** search
/ Delphi Informant Complete 1995 - 2000 / Delphi Informant Complete 1995 to 2000.iso / Delphi Informant Magazine Complete Works SOURCE CODE 1998.rar / 1998 / May / di9805bt / stream / STREAMF.DFM / STREAMF.txt
Text File  |  1995-12-27  |  882b  |  49 lines

  1. object StreamForm: TStreamForm
  2.   Left = 200
  3.   Top = 108
  4.   Width = 435
  5.   Height = 171
  6.   Caption = 'File Stream'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 13
  13.   object ReadBtn: TButton
  14.     Left = 56
  15.     Top = 96
  16.     Width = 75
  17.     Height = 25
  18.     Caption = 'Read Stream'
  19.     TabOrder = 0
  20.     OnClick = ReadBtnClick
  21.   end
  22.   object Memo1: TMemo
  23.     Left = 28
  24.     Top = 24
  25.     Width = 373
  26.     Height = 53
  27.     ScrollBars = ssVertical
  28.     TabOrder = 1
  29.   end
  30.   object MiddleBtn: TButton
  31.     Left = 156
  32.     Top = 96
  33.     Width = 109
  34.     Height = 25
  35.     Caption = 'Read From Middle'
  36.     TabOrder = 2
  37.     OnClick = MiddleBtnClick
  38.   end
  39.   object WriteBtn: TButton
  40.     Left = 288
  41.     Top = 96
  42.     Width = 75
  43.     Height = 25
  44.     Caption = 'WriteStream'
  45.     TabOrder = 3
  46.     OnClick = WriteBtnClick
  47.   end
  48. end
  49.